home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / packer / dms / dmsdevice.doc < prev    next >
Encoding:
Text File  |  1994-06-02  |  3.2 KB  |  108 lines

  1.                      Device-Masher System
  2.                         Version  1.4
  3.                          DMS DEVICE
  4.                        DATE: 1.6.1994
  5.  
  6. 1.4 Once Again Optimized routines, and changes the method of
  7.      reading dms files.
  8.     Now its as fast as reading from disks (on A1200/14mhz).
  9.     Sysinfo Speed check says around 80.000 bytes pr. sec.
  10.     that is 4x the speed of a normal diskdrive.
  11.     When the .DMS file is placed in RAM:
  12.     Sysinfo Speed check says around 160.000 bytes pr. sec.
  13.     8x times the SPEED of a diskdrive!
  14.  
  15.     NOTE: DMS.DEVICE is for dms files. So a gain of 4x/8x the speed
  16.     of reading a normal disk is very good, remember the datas are packed!
  17.  
  18.     When no disk/dmsfile is selected DMx: will report
  19.      NO DISK IN DRIVE, instead of UNREADABLE DISK!
  20.  
  21.     We've been imformed of "UNOFFICIAL" dms.device's floating around
  22.     You must be aware of problems using "changed" versions.
  23.     If you get a new dms.device update, and documentation is
  24.     unlike our, and there is no documentation on what is changed,
  25.     its probably not from us.
  26.  
  27.     The "CHDIR" command have been changed to be more userfriendly.
  28.  
  29.     dms.device ignores the extra added trk0 bbs adverts, and
  30.     skips all added bbs text adds.
  31.  
  32.     If you want to convert DMS files with the DEVFIX option.
  33.     You can easy solve this problem by doing this
  34.  
  35.     DMS READ NEWFILE FROM DM0: DEVFIX
  36.  
  37.     This will take approx. the same time as when repacking a disk.
  38.  
  39.  
  40. 1.3 Rewrote the code a bit, and changed some routines
  41.      to improve speed.
  42.  
  43. 1.2 Previous PRE-RELEASE version had a bug in the mountlist
  44.      which made the device read incorrectly
  45.      the correct mountlist for DMx: drives is included now.
  46.  
  47.     DMS device have been optimized and the file size is decreased
  48.      to 20% the size of the previous version.
  49.  
  50.     If you register your DMS, you will receive a much faster version,
  51.     which run at same speed as a diskdrive.
  52.  
  53.  
  54. ABOUT DMS DEVICE
  55. ^^^^^^^^^^^^^^^^
  56.  
  57. DMS Device is a little device driver, which gives you the ability
  58.  to mount .DMS files as a virtual drive, instead of unpacking
  59.  to a disk.
  60.  
  61.  
  62. Here is an MOUNTLIST EXAMPLE for your DEVS:
  63.  
  64.  
  65. ************** CUT HERE AND INSERT IN YOUR DEVS:MOUNTLIST ********
  66.  
  67.  
  68. /* MountList example for DMS DEVICE */
  69.  
  70. DM0:   Device           = dms.device
  71.        Unit             = 0
  72.        Flags              = 0
  73.        Surfaces         = 2
  74.        BlocksPerTrack   = 11
  75.        Reserved         = 2
  76.        Interleave       = 0
  77.        LowCyl             = 0
  78.        HighCyl          = 79
  79.        Buffers          = 5
  80.        BufMemType       = 1
  81. #
  82. ****************************** CUT HERE *****************************
  83.  
  84. You can include this in your own mountlist, or you can have it
  85.  as a seperate file located elsewhere on your disk.
  86.  Then you will have to start it by this:
  87.  
  88.      MOUNT DM0: FROM <WHERE YOU MOUNTLIST IS>
  89.  
  90.  
  91.  
  92. For changing to a DMSFILE, use the CHDIR command included in the
  93. DMSDEVICE directory.
  94.  
  95. The DMS.DEVICE can handle up to 10 different dmsfiles at a time
  96. ranging from from 0 to 9.
  97.  
  98. When you have mounted the drive , there is just one more thing to do.
  99.  
  100. what to do:
  101.  
  102.       CHDIR <DMS DRIVE> <DMS FILENAME>
  103.  
  104. i.e:  CHDIR 0 HD0:DOWNLOAD/DMSFILE[.DMS]
  105.  
  106.  
  107. ALWAYS USE A FULL PATH TO THE DMSFILE.
  108.